
@keyframes icon {
    0%   {width: 0;}
    10%  {width: 3px;}
    20%  {width: 9px;}
    30%  {width: 12px;}
    40%  {width: 15px;}
    50%  {width: 18px;}
    60%  {width: 21px;}
    70%  {width: 24px;}
    80%  {width: 27px;}
    90%  {width: 29px;}
    100% {width: 30px;}
  }
a.mburger{
    /* z-index: 9999; */
    position: absolute;
    left: 0;
    background: #385A60;
    top: 25px;
}
#my-menu{
    /* background-image: url("../assets/images/TIC00005.jpg"); */
    background: #385A60;
    height: calc(100vh - 55px);
}
.mm-navbars_bottom{
    height: 55px;
    padding: 10px 0;
    color: #fff;
    background: #385A60;
}
.media-link p {
    font-family: 'light';
}
.media-link{
    font-family: 'bold';
    z-index: 2;
}
.media-link p{
    margin-top: 8px;
}
.media-link i{
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 8px;
    margin-bottom: 9px;
    font-size: 14px;
}
.mm-navbars_bottom .mm-navbar:first-child{
    background: #385A60;
    border: none;
}
.mm-navbars_bottom .mm-navbar:first-child .media-link{
    flex-direction: column;
    color: #fff;
}
.mm-navbars_bottom .mm-navbar:first-child .media-link:hover{
    transform: translateY(-55px);
}
.menu-word{
    display: block;
    padding-right: 10px;
    transition: .4s all;
}
.main-logo.smaller-width{
    height: 70px;
    width: 70px;
    /* border-left: 35px solid #fff;
    border-right: 35px solid #fff;
    border-bottom: 35px solid transparent; */
    transition: .4s all;
}
.menu-word.smaller-word{
    font-size: 12px;
}
a.mburger:hover b{
    animation-name: icon;
    animation-delay: 0s;
    animation-duration: .3s;
    background: #fff;
}

.menu-desktop{
    list-style-type: none;
    color: #fff;
    margin-left: 120px;
    padding: 20px 0;
}
.menu-desktop li {
    padding: 20px;
    margin-right: 30px;
    margin: 0px;
}
.menu-desktop li:last-child {
    margin-right: 0;
}
.menu-desktop a{
    text-decoration: none;
    color: #fff;
    padding-bottom: 4px;
}
.menu-desktop a.hvr-underline-from-center:before{
    background:#fff;
    height: 2px;
}
.menu-desktop li{
    color: #fff;
}
.menu-desktop li:first-child{
    /* --animate-delay: 0.5s; */
    color: rebeccapurple;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999999;
    padding: 0px 70px;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .4s all;
    max-width: 100vw;
}
.main-logo{
    position: absolute;
    top: 0;
    right: 70px;
    height: 120px;
    width: 120px;
    display: flex;
    /* -webkit-transform: rotate(0deg) skew(0deg);
    transform: rotate(0deg) skew(0deg);
    border-left: 85px solid #fff;
    border-right: 85px solid #fff;
    border-bottom: 55px solid transparent; */
    align-items: center;
    justify-content: center;
    transition: .4s all;
    background-color: #fff;
}
.color-grey{
    color: #373737!important;
}
.main-logo .max-logo-width{
    max-width: 80px;
}
button#my-close-button {
    background: none;
    border: 0;
    box-sizing: border-box;
    color: transparent;
    cursor: pointer;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 5px;
    right: 0px;
    letter-spacing: 1.5px;
    line-height: 20px;
    outline: none;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    text-transform: uppercase;
    top: 70px;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in;
    width: 40px;
  }

  button#my-close-button::before,
  button#my-close-button::after {
    background-color: white;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transform-origin: center left;
    transition: all 0.2s ease-in;
    width: 71.4214px;
    z-index: -1;
  }

  button#my-close-button::before {
    top: 0;
    transform: rotate(45deg);
  }

  button#my-close-button::after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  button#my-close-button:hover {
    color: #373737;
  }

  button#my-close-button:hover::before,
  button#my-close-button:hover::after {
    height: 50px;
    transform: rotate(0deg);
  }

  .main-ul{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height: 100vh;
      list-style-type: none;
      width: 200px;
      margin: 0 auto;
      margin-top: -40px;
      padding-left: 0;
  }

  .main-ul li{
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: .4s all;
    opacity: 0;
  }
  .main-ul li a{
    width: 100%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-transform: uppercase;
  }
  .main-ul li:hover{
    color: #DADADD;
    font-weight: bolder;
    /* text-transform: uppercase; */
  }
  .hvr-underline-reveal:before{
      background: #232222;
  }
.header-white{
    background-color: #fff;
}
@media (min-width:320px) and (max-width:768px) {
    .menu-desktop{ 
        display: none!important;
    }
    /* .mm-wrapper_blocking{
        width: 80%;
    } */
    /* .mm-menu_offcanvas{
        width: 49.5%;
    } */
    /* .main-ul{
        width: 100px;
    } */
    .mm-panels{
        display: none;
    }
    .mm-navbars_bottom .mm-navbar:first-child .media-link:hover{
        transform: translateY(-75px);
    }
    button#my-close-button{
        line-height: 0;
    }
    .main-logo{
        -webkit-box-shadow: 0px 0px 5px 1px rgba(105,105,105,.48);
        -moz-box-shadow: 0px 0px 5px 1px rgba(105,105,105,.48);
        box-shadow: 0px 0px 5px 1px rgba(105,105,105,.48);
    }
    /* .mm-menu_offcanvas{
        width: 45%;
    } */
}  
@media (min-width:1024px) {
    button#my-close-button{
        display: none;
    }
    header {
        height: 120px;
        transition: .4s all;
        align-items: unset;
        background-color: #373737;
    }
    header.smaller {
        height: 75px;
    }
    header.smaller li{
        
    }
    header ul li.active {
        border-bottom: 5px solid #fff;
    }
    header ul li.active::before {
        display: none;
    }
    header li:not(.active).hvr-underline-from-center::before {
        background: #fff;
        height: 5px;
    }
    .main-logo {
        right: auto;
        left: 70px;
    }
    .menu-desktop {
        padding: 0;
        margin-bottom: 0;
        align-items: center;
        padding-left: 70px;
    }
    .menu-desktop li {
        padding: 0;
    }
    .menu-desktop li a {
        padding: 0 30px;
        transition: .4s all;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: uppercase;
        font-family: 'light';
    }
    header.smaller li a {
        height: 75px;
    }
}